-
Couldn't load subscription status.
- Fork 373
adding-new-intel-cpuids #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Changed the processor names to the microarchtecture names for consistency and accuracy.
| case 0xBE: // Alder Lake-N | ||
| return cpuinfo_uarch_gracemont; | ||
| case 0x8F: // Sapphire Rapids (Golden Cove) | ||
| return cpuinfo_uarch_golden_cove; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove - all golden cove can share one return
| case 0xBE: // Alder Lake N / Raptor Lake N (Golden Cove) | ||
| return cpuinfo_uarch_gracemont; | ||
| case 0xAD: // Granite Rapids (Redood Cove) | ||
| return cpuinfo_uarch_redwood_cove; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove. ditto
| case 0xB5: // Arrow Lake U | ||
| case 0xC5: // Arrow Lake P | ||
| case 0xC6: // Arrow Lake S/HX | ||
| return cpuinfo_uarch_lion_cove; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
| return "Lion Cove"; | ||
| case cpuinfo_uarch_cougar_cove: | ||
| return "Cougar Cove"; | ||
| case cpuinfo_uarch_skymont: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm... there are no skymont stand alone soc?
I guess code aiming at lunarlake could check for skymont or lioncove
this PR is to add new Intel Processors that are not included in the cpuinfo. This includes the detection of Alder Lake, Meteor Lake, Arrow Lake, Lunar Lake and Panther Lake mobile platforms as well as Sapphire Rapids and Granite Rapid Server/Workstations